home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
IEditor
/
ARexx
/
AlignBoxBottom.ie
< prev
next >
Wrap
Text File
|
1997-06-17
|
446b
|
34 lines
/*
$VER: AlignBoxBottom.ie 1.0 (5.12.95) © Simone Tellini
*/
OPTIONS RESULTS
SIGNAL ON ERROR
ADDRESS 'IEDITOR.1'
/*---------------- INSERT HERE YOUR CODE ------------------*/
'GETBOX'
which = result
'GETBOXATTR' which from
'GETBOX'
'GETBOXATTR' result to
'SETBOXATTR' which 'T' ((to.topedge+to.height)-from.height)
/*---------------------------------------------------------*/
EXIT
ERROR:
say 'Error' RC 'on line' SIGL
EXIT RC